home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / OS2 / PMCOM109.ARJ / READ.ME < prev    next >
Text File  |  1991-09-04  |  4KB  |  72 lines

  1. ******************IMPORTANT!!!**********************
  2. Starting with version 1.06,Pmcomm requires OS/2 1.2 or later. Use
  3. version 1.05 if you are running OS/2 1.1. Make sure you delete your
  4. old setup files(setup.dat) before running this version of Pmcomm, if you
  5. are currently using a version prior to version 1.07.Use the OS/2 view
  6. program to view the pmcomm.inf help file. The syntax is view pmcomm.inf.
  7. Make sure you copy the rxpmcomm.dll file the \os2\dll directory. The
  8. syntax for some of the REXX functions have changed, as well as the parse
  9. arg statement. Please check the online help before using an old REXX script.
  10. ****************************************************
  11.  
  12. NEW FEATURES
  13. From Version 1.07 of Pmcomm....
  14.  
  15.     The Kermit file transfer protocol has been added, due to popular
  16. demand.
  17.     Pmcomm now offers more font sizes in support for OS/2 1.3.
  18.     Pmcomm will allow you to use drag and drop from the OS/2 file manager,
  19. to upload files. This will also allow you to do batch uploads when using
  20. a batch file transfer protocol. See the drag and drop section under
  21. How to... in the online help.
  22.     The REXX dll functions have been enhanced. Make sure you check the new
  23. syntax on the file transfers for any old REXX programs you have. There are
  24. also some new dll functions.
  25.     There are two library files now, so that you can write 'C' programs that
  26. can communicate with Pmcomm, just like REXX programs can.
  27.     The dialing dialog now has a skip and a delete button, which will let
  28. you skip the current number or delete it from the dialing queue.
  29.     The Alt-Q hot key has been added to dial the numbers selected in the
  30. dialing queue without going through the dial select dialog box.
  31.     Continous printing is now an option. It allows you to have everything
  32. that comes in from the com port to be printed to the PRN device. This allows
  33. you to print and capture at the same time.
  34.     The current capture file will be closed when you log off, if you
  35. have Monitor DCD selected. The capture file will be closed even if it was
  36. started from a script.
  37.     REXX scripts or external programs can be executed without using an
  38. internal Pmcomm script. Instead of having to put a shell statement in an
  39. internal script, just enter the REXX program or .exe program name. This
  40. can be done in the dialing directory as well as from the menu.
  41.     Scripts can be executed from macros. To run a script (either external
  42. .exe, REXX program, or internal script) you would use the shell command.
  43. For example to execute the REXX program plane.cmd you would use this
  44. syntax:
  45. shell("plane.cmd");
  46. This would be entered in your macro. See the online help for more information
  47. on using this feature.
  48.     You can now turn capture on and off from a REXX script.
  49.  
  50. From Version 1.08 of Pmcomm....
  51.     A script generator has been added. This functions will allow you to
  52. turn on the generator and then call the remote computer and make a script
  53. of session. You can then use this script to duplicate the same actions the
  54. next time you call. The script generator will create either REXX or internal
  55. scripts.
  56.     A status line is now an option. The status line has icon's on it that
  57. will allow you to execute functions such as dial numbers, turn capture on
  58. or off, turn logging on or off, turn printing on or off, turn the script
  59. generator on or off, or execute a script, just by clicking on the bitmaps.
  60. There is com port information that when clicked on will bring up the port
  61. options dialog box. The connect time is also displayed if you have Monitor
  62. DCD selected under Port Options.
  63.     You can now execute external scripts from macros using VT100 emulation.
  64.     Some modifications have been done to make Pmcomm work better with OS/2
  65. 2.0.
  66.     A timer program has been included so that you can run Pmcomm at specified
  67. times. This allows you to start Pmcomm un-attended and execute scripts.
  68.     The mail.cmd REXX script has been changed.
  69.     A REXX script called cserve.cmd is included to call Compu-Serve and
  70. capture all new messages in specified forums. This script allows you to
  71. automate mail capture and reduces online time.
  72.